[INFO] fetching crate instinct 0.1.0...
[INFO] checking instinct-0.1.0 against try#fceb2de603f0807f9049222f3f612ed51ed8f9dc for pr-157576
[INFO] extracting crate instinct 0.1.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate instinct 0.1.0
[INFO] finished tweaking crates.io crate instinct 0.1.0
[INFO] tweaked toml for crates.io crate instinct 0.1.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate instinct 0.1.0 on toolchain fceb2de603f0807f9049222f3f612ed51ed8f9dc
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 32 packages to latest compatible versions
[INFO] [stderr]       Adding nalgebra v0.18.1 (available: v0.35.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e12e3d18bc7c24ec437d00ea150ced58d1b59810c1f1f34f5a0ca2c7e6f8dc1d
[INFO] running `Command { std: "docker" "start" "e12e3d18bc7c24ec437d00ea150ced58d1b59810c1f1f34f5a0ca2c7e6f8dc1d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e12e3d18bc7c24ec437d00ea150ced58d1b59810c1f1f34f5a0ca2c7e6f8dc1d" "/opt/rustwide/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e12e3d18bc7c24ec437d00ea150ced58d1b59810c1f1f34f5a0ca2c7e6f8dc1d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e12e3d18bc7c24ec437d00ea150ced58d1b59810c1f1f34f5a0ca2c7e6f8dc1d" "/opt/rustwide/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling num-complex v0.2.4
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling num-rational v0.2.4
[INFO] [stderr]     Checking typenum v1.20.1
[INFO] [stderr]     Checking generic-array v0.12.4
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking approx v0.3.2
[INFO] [stderr]     Checking alga v0.9.3
[INFO] [stderr]     Checking nalgebra v0.18.1
[INFO] [stderr]     Checking instinct v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused macro definition: `sort_point_and_plane`
[INFO] [stdout]    --> src/lib.rs:230:14
[INFO] [stdout]     |
[INFO] [stdout] 230 | macro_rules! sort_point_and_plane {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `get_line_plane_joint`
[INFO] [stdout]    --> src/lib.rs:303:14
[INFO] [stdout]     |
[INFO] [stdout] 303 | macro_rules! get_line_plane_joint {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `get_side_line_plane_joint`
[INFO] [stdout]    --> src/lib.rs:327:14
[INFO] [stdout]     |
[INFO] [stdout] 327 | macro_rules! get_side_line_plane_joint {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `sort_point_and_plane`
[INFO] [stdout]    --> src/lib.rs:230:14
[INFO] [stdout]     |
[INFO] [stdout] 230 | macro_rules! sort_point_and_plane {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `get_line_plane_joint`
[INFO] [stdout]    --> src/lib.rs:303:14
[INFO] [stdout]     |
[INFO] [stdout] 303 | macro_rules! get_line_plane_joint {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `get_side_line_plane_joint`
[INFO] [stdout]    --> src/lib.rs:327:14
[INFO] [stdout]     |
[INFO] [stdout] 327 | macro_rules! get_side_line_plane_joint {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PartialOrd`
[INFO] [stdout]  --> src/lib.rs:2:16
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::cmp::{PartialOrd, Ordering};
[INFO] [stdout]   |                ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PartialOrd`
[INFO] [stdout]  --> src/lib.rs:2:16
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::cmp::{PartialOrd, Ordering};
[INFO] [stdout]   |                ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s
[INFO] running `Command { std: "docker" "inspect" "e12e3d18bc7c24ec437d00ea150ced58d1b59810c1f1f34f5a0ca2c7e6f8dc1d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e12e3d18bc7c24ec437d00ea150ced58d1b59810c1f1f34f5a0ca2c7e6f8dc1d", kill_on_drop: false }`
[INFO] [stdout] e12e3d18bc7c24ec437d00ea150ced58d1b59810c1f1f34f5a0ca2c7e6f8dc1d
